All public non-exported symbols in GDK can be used by GTK.
}
void
-gdk_wayland_toplevel_set_dbus_properties_libgtk_only (GdkToplevel *toplevel,
- const char *application_id,
- const char *app_menu_path,
- const char *menubar_path,
- const char *window_object_path,
- const char *application_object_path,
- const char *unique_bus_name)
+gdk_wayland_toplevel_set_dbus_properties (GdkToplevel *toplevel,
+ const char *application_id,
+ const char *app_menu_path,
+ const char *menubar_path,
+ const char *window_object_path,
+ const char *application_object_path,
+ const char *unique_bus_name)
{
GdkWaylandSurface *impl;
G_BEGIN_DECLS
-void gdk_wayland_toplevel_set_dbus_properties_libgtk_only (GdkToplevel *toplevel,
- const char *application_id,
- const char *app_menu_path,
- const char *menubar_path,
- const char *window_object_path,
- const char *application_object_path,
- const char *unique_bus_name);
+void gdk_wayland_toplevel_set_dbus_properties (GdkToplevel *toplevel,
+ const char *application_id,
+ const char *app_menu_path,
+ const char *menubar_path,
+ const char *window_object_path,
+ const char *application_object_path,
+ const char *unique_bus_name);
-void gdk_wayland_toplevel_announce_csd (GdkToplevel *toplevel);
+void gdk_wayland_toplevel_announce_csd (GdkToplevel *toplevel);
-gboolean gdk_wayland_toplevel_inhibit_idle (GdkToplevel *toplevel);
-void gdk_wayland_toplevel_uninhibit_idle (GdkToplevel *toplevel);
+gboolean gdk_wayland_toplevel_inhibit_idle (GdkToplevel *toplevel);
+void gdk_wayland_toplevel_uninhibit_idle (GdkToplevel *toplevel);
G_END_DECLS
window_path = gtk_application_impl_dbus_get_window_path (dbus, window);
- gdk_wayland_toplevel_set_dbus_properties_libgtk_only (GDK_TOPLEVEL (gdk_surface),
- dbus->application_id, dbus->app_menu_path, dbus->menubar_path,
- window_path, dbus->object_path, dbus->unique_name);
+ gdk_wayland_toplevel_set_dbus_properties (GDK_TOPLEVEL (gdk_surface),
+ dbus->application_id,
+ dbus->app_menu_path,
+ dbus->menubar_path,
+ window_path,
+ dbus->object_path,
+ dbus->unique_name);
g_free (window_path);